-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Pull Request model and integrate with sync_repository #845
base: main
Are you sure you want to change the base?
feat: Add Pull Request model and integrate with sync_repository #845
Conversation
e92aef2
to
c56972a
Compare
c56972a
to
0aff313
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR, please look into these when you get a chance:
35bfb89
to
022555a
Compare
ded2dc4
to
6f7b568
Compare
6f7b568
to
181ec78
Compare
181ec78
to
ad3fe10
Compare
@arkid15r Please Don't Forget this PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have 2 suggestions to address before the merge:
- DRY code for issues/prs
- streamline PR sync process logic
|
Resolves #825
Changes
PullRequest
Model: Introduced a new model to store GitHub pull request data, including fields liketitle
,body
,state
,author
,repository
,created_at
, andmerged_at
.sync_repository
: Integrated PR syncing logic to fetch and update pull requests using GitHub’s API.PullRequest
model to enable management via the Django admin panel.User
,Repository
,Labels
, andAssignees
.This update enables automatic tracking and management of GitHub pull requests within OWASP Nest.